home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 6971 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: news.fido.net!fidouk!2-254-235-0!richard.town
  2. From: Richard.Town@f235.n254.z2.fidonet.org (Richard Town)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Zoom V34 28K Script Needed
  5. Date: 03 Mar 96 18:30:01
  6. Organization: Barney's Rubble
  7. Message-ID: <3cb_9603050108@fidouk.fidonet.org>
  8. NNTP-Posting-Host: rubble.fidouk.org
  9.  
  10.  -=> Quoting Barry Hill to All <=-
  11.  
  12.  BH> We have just installed Zoom V34 28K modems and cannot make our current
  13.  BH> Winsock script work!
  14.  
  15. Try this:
  16.  
  17. Here's an example WINSOC.INI file for Com4
  18.  
  19. [Trumpet Winsock]
  20. ip=198.79.48.16
  21. netmask=255.255.255.0
  22. gateway=198.79.48.1
  23. dns=204.177.71.2
  24. time=198.79.48.2
  25. domain=shadow.net
  26. vector=00
  27. mtu=296
  28. rwin=4096
  29. mss=256
  30. slip-enabled=1
  31. slip-port=4
  32. slip-baudrate=38400   [Note: I have also used 57600 and 115200]
  33. slip-handshake=1
  34. win-posn=189 158 584 390 96 528 -4 -4 2
  35. trace-options=0
  36. rtomax=60
  37. ip-buffers=32
  38. slip-compressed=1
  39. dial-option=0
  40. online-check=0
  41. inactivity-timeout=5
  42. slip-timeout=0
  43. slip-redial=0
  44. dial-parity=0
  45. font=Courier,9
  46. registration-name=""
  47. registration-password="h[G?"Rgl"
  48. use-socks=0
  49. socks-host=0.0.0.0
  50. socks-port=1080
  51. socks-id=
  52. socks-local1=0.0.0.0 0.0.0.0
  53. socks-local2=0.0.0.0 0.0.0.0
  54. socks-local3=0.0.0.0 0.0.0.0
  55. socks-local4=0.0.0.0 0.0.0.0
  56. ppp-enabled=1
  57. ppp-usepap=0
  58. ppp-username=""
  59. ppp-password=""
  60.  
  61. Check that:
  62. Hardware Handshaking is checked in Winsock's File/Setup, as well as
  63. running 
  64. 38400 baud rate, and that:  MTU:  256   RWIN 848  MSS 216
  65.  
  66. Minimum revision of Trumpet Winsock I would run would be 2.0b, since
  67. it will allow Internal PPP if you want to run that...
  68.  
  69. Trumpet winsock passes its own init. string, which may be overriding
  70. those you are sending to the modem.  Look at LOGIN.CMD with NOTEPAD.
  71.  
  72. Note the 'modemsetup' line.  Leave it blank, except for the double
  73. quotes ""...or insert a string of your choice between the "".
  74.  
  75. Do not use AT in the command;  that's already assumed.
  76.  $modemsetup = "&c1&k3&d2l1m0"
  77.  
  78. and winsock speed is set to 57600.
  79.  
  80. If you have ver1.309 ROM or later (type ATI3 in Terminal mode to check)
  81. then the &c1&d2 in the above init can be replaced by just &F.  If you
  82. find the above string not functioning properly add the &F to it anyway
  83.  
  84. Hope that helps
  85. rgdZ
  86. Richard
  87.  
  88.       +================================================+
  89.       | PackLink / Zoom Modem Support +44(0)1812972486 |
  90.       |      richard.town@f235.n254.z2.fidonet.org     |
  91.       | PackLink Niteline 7pm-7am GMT +44(0)1812972488 |
  92.       +================================================+
  93.  
  94.